home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / GRAPHICS / DESKSHOW.ZIP / DESKSHOW.TXT < prev   
Text File  |  1993-11-07  |  5KB  |  113 lines

  1.  
  2.  
  3.                                Desktop Sideshow
  4.                                  Version 1.0
  5.  
  6.                                November 7, 1993
  7.  
  8.                      Copyright (c) 1993 - Bruce Pennypacker
  9.  
  10.  
  11.   What is Desktop Slideshow?
  12.   --------------------------  
  13.   The Desktop Slideshow is a small and simple shareware Windows program 
  14.   that gives you the ability to easily change the current bitmap used as 
  15.   the desktop wallpaper.  The current bitmap can be changed randomly or 
  16.   sequentially, one time only or as often as desired.  
  17.  
  18.   Why Desktop Slideshow?
  19.   ----------------------
  20.   This program was written for a number of reasons, primarially to be able
  21.   to change the desktop wallpaper being used to one of any number of random
  22.   bitmaps.  This was also a training tool for learning C++, Microsoft's 
  23.   Visual C++ Development Environment, and the Microsoft Foundation Class 
  24.   libraries.
  25.  
  26.   This program was designed to be simple to use, small, and unobtrusive.
  27.   
  28.  
  29.   How does Desktop Slideshow work?
  30.   --------------------------------
  31.   Desktop Slideshow can be used two ways, yet the two different methods 
  32.   can also be combined together.  When Desktop Slideshow starts up, the 
  33.   program will scan the Windows directory, or any other selected directory, 
  34.   for all bitmap files located in the directory.  Because the directory is
  35.   scanned when the program starts any bitmaps that are added or deleted from 
  36.   this directory after running Desktop Slideshow will not be recognized by 
  37.   the program.  If any changes are made to the bitmaps in the specified 
  38.   directory then it is suggested that the program be shut down and 
  39.   restarted.
  40.  
  41.   When run normally, Desktop Slideshow will remain an icon at the bottom of 
  42.   the Windows screen.  The system menu has a number of menu choices that 
  43.   allows the user to change the current desktop wallpaper in a random or 
  44.   sequential manner.  The menu choices, outlined below, are very self-
  45.   explanatory:
  46.  
  47.         Default  - Sets the wallpaper to the system defined default bitmap.
  48.         Random   - Randomly choose a bitmap from the selected directory.
  49.         Next     - Display the next bitmap, sequentially, from the directory.
  50.         Previous - Display the previous bitmap from the directory.
  51.         Show     - Show the name of the current bitmap in a dialog box.
  52.         About    - Display information about the program.
  53.  
  54.   Note: When Desktop Slideshow is first run, the "Show" menu choice will be
  55.   disabled.  This is due to the fact that Windows does not keep track of 
  56.   temporary changes to the desktop wallpaper.  Whenever Desktop Slideshow
  57.   starts running it can't tell if the bitmap listed in the Control Panel is
  58.   the one actually being displayed.  Therefore Desktop Slideshow can only 
  59.   be sure of the bitmap being used when it is the one that has changed the
  60.   bitmap in use.
  61.  
  62.   
  63.  
  64.   Desktop Slideshow also has a set of command line parameters which can be
  65.   used to customize the behavior of the program.  The parameters are as 
  66.   follows:
  67.  
  68.   /d <directory>  
  69.      Specify a directory to look for bitmaps in.  If no directory is
  70.      specified then the default Windows directory is used.
  71.  
  72.  /r  Select a random bitmap from the list of found bitmaps and immediately
  73.      display it in the desktop.  This is the same as selecting "Random" 
  74.      from the system menu.
  75.  
  76.  /n  Select the next bitmap, sequentially, depending on the last bitmap
  77.      to be displayed by the program.  This is the same as selecting "Next"
  78.      from the system menu.
  79.  
  80.  /p  Select the previous bitmap, sequentially, in the same manner as /n.
  81.  
  82.  /nd Do not include the bitmap currently defined in the Control Panel in the
  83.      list of bitmaps used by the program.
  84.  
  85.  /u  Have Desktop Slideshow update the Control Panel when a new bitmap is
  86.      selected.  By default Desktop Slideshow will not make any permanent 
  87.      changes to the desktop.
  88.  
  89.  /x  Immediately exit Desktop Slideshow after processing any of the above
  90.      command line parameters.  This can be very useful when setting up an
  91.      icon in the Windows Startup folder to automatically change the 
  92.      wallpaper to use when Windows first starts.
  93.  
  94.  
  95.  In Closing
  96.  ----------
  97.  Desktop Slideshow is a shareware product, but no registration fee is 
  98.  required to use it.  The program isn't crippled in any way and won't pop
  99.  up annoying "register me" messages.  If you do find Desktop Slideshow 
  100.  useful then a small donation of $1 (or what you feel is reasonable) would
  101.  be appreciated.  Your contributions will help to insure that this, and
  102.  other helpful Windows applications will continue to be written and updated.
  103.  
  104.  The full source code for Desktop Slideshow Version 1.0, written using
  105.  Microsoft's Visual C++ and the Microsoft Foundation Class Libraries, is
  106.  available for $40.  Send a check or money order to the address in the 
  107.  About box, and be sure specify a 3.5 or 5.25 diskette.
  108.  
  109.  Internet mail can also be sent to Bruce.Pennypacker@Channel1.Com
  110.  
  111.  
  112.  
  113.